home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio
/
Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso
/
DREAMSDK.WIN
/
INCLUDE
/
EVXALLOC.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-06
|
229 b
|
10 lines
|
[
TEXT/mdos
]
#ifndef __EVXALLOC__
#define __EVXALLOC__
void* RDcalloc (unsigned long nmemb, unsigned long size);
void RDfree (void* ptr);
void* RDmalloc (unsigned long size);
void* RDrealloc (void* ptr, unsigned long size);
#endif